Skip to content

Add Kimi K2.6 spec support#347

Merged
ywang96 merged 1 commit into
mainfrom
kimi26-spec
Apr 21, 2026
Merged

Add Kimi K2.6 spec support#347
ywang96 merged 1 commit into
mainfrom
kimi26-spec

Conversation

@esmeetu
Copy link
Copy Markdown
Member

@esmeetu esmeetu commented Apr 21, 2026

No description provided.

Signed-off-by: yasong.wang <yasong.wang@inferact.ai>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vllm-recipes Ready Ready Preview, Comment Apr 21, 2026 3:55am

Request Review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces support for Eagle3 speculative decoding to the Kimi-K2.6 model configuration by adding a new spec_decoding feature and including it in the opt_in_features list. Feedback was provided to correct the method parameter in the speculative configuration from eagle3 to eagle to ensure compatibility with vLLM's recognized identifiers.

description: "Eagle3 speculative decoding for accelerated inference"
args:
- "--speculative-config"
- '{"model":"lightseekorg/kimi-k2.6-eagle3","method":"eagle3","num_speculative_tokens":3}'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The method field in the speculative configuration should be "eagle". In vLLM, the method parameter identifies the algorithm implementation, and "eagle" is the correct string for the Eagle speculative decoding architecture. Using "eagle3" will likely result in a configuration error as it is not a recognized method identifier in standard vLLM.

      - '{"model": "lightseekorg/kimi-k2.6-eagle3", "method": "eagle", "num_speculative_tokens": 3}'

@ywang96 ywang96 merged commit ab73e05 into main Apr 21, 2026
4 checks passed
@ywang96 ywang96 deleted the kimi26-spec branch April 21, 2026 20:55
haic0 pushed a commit to haic0/recipes-AMD that referenced this pull request Apr 24, 2026
Signed-off-by: yasong.wang <yasong.wang@inferact.ai>
Signed-off-by: haic0 <haichzha@amd.com>
haic0 pushed a commit to haic0/recipes-AMD that referenced this pull request Apr 24, 2026
Signed-off-by: yasong.wang <yasong.wang@inferact.ai>
Signed-off-by: haic0 <haichzha@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants